home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About Kidnet Explorer'
- ClientHeight = 208
- ClientWidth = 324
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 303
- Height = 143
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 10
- Top = 10
- Width = 70
- Height = 70
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 108
- Top = 20
- Width = 90
- Height = 16
- Caption = 'Kidnet Explorer'
- IsControl = True
- end
- object Version: TLabel
- Left = 108
- Top = 49
- Width = 73
- Height = 16
- Caption = 'Version 1.02'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 10
- Top = 98
- Width = 282
- Height = 16
- Caption = 'Copyright � 1997 by Resource Communications'
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 121
- Top = 166
- Width = 92
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-